projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
704ce9a
)
* lisp/subr.el (delay-mode-hooks): Fix doc typo.
author
Glenn Morris
<rgm@gnu.org>
Tue, 28 Apr 2015 05:59:10 +0000
(22:59 -0700)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 28 Apr 2015 05:59:10 +0000
(22:59 -0700)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 0343edb068cc2a6a7aa4046cca9c7ab312d87ba5..0fec29c14041572a6ef7b9b31cb6885146bd83e4 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-1733,7
+1733,7
@@
this instead of `run-hooks' when running their FOO-mode-hook."
(defmacro delay-mode-hooks (&rest body)
"Execute BODY, but delay any `run-mode-hooks'.
These hooks will be executed by the first following call to
-`run-mode-hooks' that occurs outside any `delay
ed
-mode-hooks' form.
+`run-mode-hooks' that occurs outside any `delay-mode-hooks' form.
Only affects hooks run in the current buffer."
(declare (debug t) (indent 0))
`(progn